projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f643e80
)
Add comment option to qos config page. See also https://dev.openwrt.org/changeset...
author
Manuel Munz
<
[email protected]
>
Sat, 7 Jun 2014 12:05:39 +0000
(12:05 +0000)
committer
Manuel Munz
<
[email protected]
>
Sat, 7 Jun 2014 12:05:39 +0000
(12:05 +0000)
applications/luci-qos/luasrc/model/cbi/qos/qos.lua
patch
|
blob
|
history
diff --git
a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
index 1af3bdbbd3859c8dd8f4bba900aee23f455c3c37..6965078edf631de85d50df3136ad70bb58c66649 100644
(file)
--- a/
applications/luci-qos/luasrc/model/cbi/qos/qos.lua
+++ b/
applications/luci-qos/luasrc/model/cbi/qos/qos.lua
@@
-96,4
+96,6
@@
ports:value("", translate("all"))
bytes = s:option(Value, "connbytes", translate("Number of bytes"))
+comment = s:option(Value, "comment", translate("Comment"))
+
return m